home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cocktail / lalr.lha / lalr / src / README < prev    next >
Text File  |  1992-08-18  |  1KB  |  25 lines

  1. Lalr - Parser Generator
  2. ======================
  3.  
  4. The common front-end (FRONT) for bnf, ell, and lalr must have been compiled
  5. before you can generate lalr. As lalr makes use of the library of reusable
  6. Modula-2 modules (MLIB=reuse), this library must also have been compiled before.
  7. It has been compiled successfully on several configurations
  8. using 2 different Modula-2 compilers:
  9.  
  10. configuration | computer | processor | operating-system | compiler
  11. --------------------------------------------------------------------
  12. MC            | PCS 9900 | MC 68020  | MUNIX m32-1.2    | MOCKA (mc)
  13. MC            | SUN 3    | MC 68020  | SunOS 4.1        | MOCKA (mc)
  14. M2C           | SUN 3    | MC 68020  | SunOS 4.0        | SUN Modula (m2c)
  15. MC            | SUN 3    | MC 68020  | PCTE 1.4        | MOCKA (mc)
  16. MC            | SUN 4    | SPARC     | SunOS 4.1        | MOCKA (mc)
  17. MC          | VAX 750     |         | BSD UNIX 4.2    | MOCKA (mc)
  18. MC          | VAX 8500 |         | ULTRIX V2.0-1    | MOCKA (mc)
  19. MC          | DEC 3100 | MIPS      | ULTRIX V2.0-7    | MOCKA (mc)
  20.  
  21. To generate lalr use:
  22.  
  23.    make <configuration> MLIB=... FRONT=...
  24.    make install LIB=... BIN=...
  25.